home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / other.dxr / 00007_supreme.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  321 b   |  16 lines

  1. on mouseDown
  2.   set btn to the clickOn
  3.   puppetSprite(btn, 1)
  4.   puppetSound("click")
  5.   set the memberNum of sprite btn to 8
  6.   set the loc of sprite btn to point(322, 159)
  7.   updateStage()
  8.   repeat while the stillDown
  9.     updateStage()
  10.   end repeat
  11.   updateStage()
  12.   puppetSprite(btn, 0)
  13.   sound stop 2
  14.   go(1, "court")
  15. end
  16.